home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / gmplaygui / gui / menu.sel < prev    next >
Text File  |  1997-06-14  |  834b  |  35 lines

  1. size 9
  2.  
  3. defenv gmc " "
  4. defenv gmi " "
  5. defenv gma " "
  6. defenv infoon yes
  7. onchange gmpid to *none* quit
  8. onchange gmm update
  9. onexit dumpx bpx dumpy bpy 'run >nil: execute TheEnd'
  10. font [bpfont]
  11.  
  12. title "GMPlayGUI 1.5"
  13. close on
  14. x [bpx]
  15. y [bpy]
  16. rows 4
  17. gap 1
  18.  
  19. background [bpbackground]
  20. color light
  21. text "[gmdisp]"
  22. color dark [bpbuttons]
  23. button Next 'break [gmpid]'
  24. button Pause dumpx bpx dumpy bpy 'setenv gmpause yes' 'break [gmpid]' quit
  25. button Choose 'execute choose'
  26. color light [bpbuttons]
  27. [gmi] button Info 'setenv gmi ";"' 'run >nil: selector info' update
  28. color dark [bpbuttons]
  29. button "PlayDir" 'run >nil: execute getplaydir'
  30. color light [bpbuttons]
  31. [gmc] button Options 'setenv gmc ";"' 'run >nil: selector options' update
  32. [gma] button About 'setenv gma ";"' 'run >nil: selector info2' update
  33. color dark [bpbuttons]
  34. ;button Quit exit
  35.